This function retrieves the size of the specified dimension.
Result = EOS_SW_DIMINFO(swathID, dimname)
Size of dimension or FAIL (–1) if the swath ID or dimension name are invalid.
Swath id (long).
Dimension name (string).
None
In this example, we retrieve information about the dimension, “GeoTrack”:
dimsize = EOS_SW_DIMINFO(swathID, "GeoTrack")
5.2 |
Introduced |